home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1995 #5 & #6
/
Amiga Plus CD - 1995 - No. 5 and 6.iso
/
pd
/
netz
/
interinstall
/
netcom.iimod
< prev
next >
Wrap
Text File
|
1995-08-25
|
1KB
|
37 lines
#MODULE FOR iNTERiNSTALL 1.51 - Netcom (netcom.com)
# Submitted by Mike Reid (73727.1143@compuserve.com)
# Modified by Chris Laprise (supplied domain name didn't look like
# it would work for all Netcom customers).
#
ECHO OFF
TIMEOUT 3600 ; Set maximum wait time (in ticks)
REDIAL "BUSY" ; Redial on busy signal
DELAY 100
SEND ""
DELAY 50
;INSTALL Enter the modem initialization command
SEND "$RESPONSE" ; Initialize the modem
DELAY 20
WAIT "K" ; Wait for the OK
;INSTALL Enter the telephone number for Netcom
SEND "ATDT$RESPONSE" ; Dial
DELAY 20
WAIT "CT" ; Wait for connect
DELAY 50
WAIT "ogin:" ; Wait for Name:
;INSTALL Enter your user name (case sensitive)
SEND "#$RESPONSE" ; Send your User ID
DELAY 20
WAIT "d:" ; Wait for Password:
;INSTALL Enter your password
SEND "$RESPONSE" ; Send your password
DELAY 50
#END
; Domain names
;INSTALL Enter your domain name (ex: ns1.ix.netcom.com)
DOMAIN $RESPONSE
; Name servers
NAMESERVER 199.182.120.203
NAMESERVER 199.182.120.202